home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 January / EnterCD 01_2004.iso / Multimedia / Advanced Effect Maker Freeware Edition 1.0 / aemf10.exe / {app} / templates / dissolvemessage.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2002-11-13  |  260 b   |  20 lines

  1. if(getProperty("mama", _currentframe) == 9)
  2. {
  3.    ii++;
  4.    if(ii >= maxitems)
  5.    {
  6.       ii = 0;
  7.    }
  8. }
  9. if(getProperty("mama", _currentframe) < 18)
  10. {
  11.    gotoAndPlay(_currentframe - 1);
  12. }
  13. else
  14. {
  15.    tellTarget("mama")
  16.    {
  17.       stop();
  18.    }
  19. }
  20.